home *** CD-ROM | disk | FTP | other *** search
- Path: inferno.mpx.com.au!news
- From: Malcolm Smith <mjsmith@mpx.com.au>
- Newsgroups: comp.lang.c
- Subject: Data to EXE
- Date: 9 Mar 1996 13:40:44 GMT
- Organization: Microplex Pty Ltd
- Message-ID: <4hs1os$vfb@inferno.mpx.com.au>
- NNTP-Posting-Host: dialup-222.mpx.com.au
-
- Howdy,
-
- How do you convert something to an EXE format. For example (only),
- some skeleton INSTALL routines simply include names of files and
- what ever into a standard EXE file.
-
- In this case you can't just create a structure and then fill in the
- space because you don't know how much will be added by the user.
-
- Do they start with an EXE file and append all information to the end.
- Knowing the original file was 'so so' long they just open the EXE
- file and move to the next position.
-
- Curious !
-
-
-
- Mal
- mjsmith@mpx.com.au
-